home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15267 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.trcinc.com!usenet
  2. From: Rich Paul <rpaul@trcinc.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: can you still make DOS programs with Borland 4.52?
  5. Date: Wed, 03 Apr 1996 10:18:53 -0500
  6. Organization: Technical Resource Connection
  7. Message-ID: <316296DD.57CA@trcinc.com>
  8. References: <315E3E3D.2D88@direct.ca>
  9. NNTP-Posting-Host: bajor-le1.trcinc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (WinNT; I)
  14.  
  15. dana fujikawa wrote:
  16. > can anyone tell me if you can make DOS programs with Borland 4.52...
  17. > and if so, how do you do it... thanx
  18.  
  19. Sure you can ... just set the target to DOS when 
  20. you create the project, or change it to dos using 
  21. the target expert ...
  22.  
  23. You can also use the command line compiler, in 
  24. which case you don't even have to start windoze.
  25.  
  26. If you want this to run as a windows program later, 
  27. or to put out such a version, use the target 
  28. expert to change it to an 'EasyWin' program, or the 
  29. platform to WIN32 and the type to 'Console'.
  30.  
  31. Let me know via e-mail if you need more specifics.
  32.